home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_2388 / PlaceObject2_112_98 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-09-12  |  203b  |  15 lines

  1. onClipEvent(enterFrame){
  2.    n -= 10;
  3.    if(n >= 0)
  4.    {
  5.       who.setVolume(n);
  6.    }
  7.    else
  8.    {
  9.       who.stop();
  10.       who.setVolume(100);
  11.       n = 100;
  12.       delete _root.loop;
  13.    }
  14. }
  15.